home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 57805 / 57805.xpi / content / options.xul < prev    next >
Extensible Markup Language  |  2010-01-25  |  7KB  |  155 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!--
  4.         #################################################################
  5.         #   Firefox GUI Minify                                          #
  6.         #################################################################
  7.         #   Author:     Domenico Martella                               #
  8.         #   E-mail:     domenico.martella@alcacoop.it                   #
  9.         #   Date:       2010-01-04                                      #
  10.         #################################################################
  11.         #                                                               #
  12.         #       Copyright (C) 2010  - Alca Soc. Coop. (Lecce, IT)       #
  13.         #       http://www.alcacoop.it                                  #
  14.         #                                                               #
  15.         # This program is free software; you can redistribute           #
  16.         # it and/or modify it under the terms of the GNU General        #
  17.         # Public License as published by the Free Software              #
  18.         # Foundation; either version 3 of the License, or (at your      #
  19.         # option) any later version.                                    #
  20.         #                                                               #
  21.         # This program is distributed in the hope that it will be       #
  22.         # useful, but WITHOUT ANY WARRANTY; without even the            #
  23.         # implied warranty of MERCHANTABILITY or FITNESS FOR A          #
  24.         # PARTICULAR PURPOSE.  See the GNU General Public License       #
  25.         # for more details.                                             #
  26.         #                                                               #
  27.         # You should have received a copy of the GNU General            #
  28.         # Public License along with this program; if not, write to      #
  29.         # the Free Software Foundation, Inc., 59 Temple Place -         #
  30.         # Suite 330, Boston, MA  02111-1307, USA.                       #
  31.         #################################################################
  32. -->
  33.  
  34. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  35. <!DOCTYPE prefwindow SYSTEM "chrome://gui_minify/locale/options.dtd">
  36.  
  37. <prefwindow id="gui-minify-prefs"
  38.   title="&prefwindow.title;"
  39.   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" style="width: 500px">
  40.  
  41.   <stringbundleset id="stringbundleset">
  42.     <stringbundle id="strings" src="chrome://gui_minify/locale/options.properties"/>
  43.   </stringbundleset>
  44.  
  45.   <script type="application/x-javascript" src="chrome://gui_minify/content/keyutils.js"/>
  46.   <script type="application/x-javascript" src="chrome://gui_minify/content/options.js"/>
  47.  
  48.   <prefpane id="gui-minify-pref-pane" label="Settings">
  49.     <preferences>
  50.       <preference id="gui-minify-pref-tabbar" name="gui_minify.tabbar" type="bool"/>
  51.       <preference id="gui-minify-pref-addrbar" name="gui_minify.addrbar" type="bool"/>
  52.       <preference id="gui-minify-pref-menubar" name="gui_minify.menubar" type="bool"/>
  53.       <preference id="gui-minify-pref-bmarksbar" name="gui_minify.bmarksbar" type="bool"/>
  54.       <preference id="gui-minify-pref-statusbar" name="gui_minify.statusbar" type="bool"/>
  55.  
  56.       <preference id="gui-minify-pref-allshortcut" name="gui_minify.allshortcut" type="string"/>
  57.  
  58.       <preference id="gui-minify-pref-sbprogress" name="gui_minify.sbprogressbar" type="bool"/>
  59.       <preference id="gui-minify-pref-sblink" name="gui_minify.sblink" type="bool"/>
  60.       <preference id="gui-minify-pref-sbcolor" name="gui_minify.sbcolor" type="string"/>
  61.       <preference id="gui-minify-pref-sbbgcolor" name="gui_minify.sbbgcolor" type="string"/>
  62.  
  63.     </preferences>
  64.  
  65.     <description id="title" value="Hide GUI Bars configuration" style="font-size: 200%; font-weight: bold; margin-bottom: 15px"/>
  66.  
  67.     <tabbox>
  68.       <tabs>
  69.         <tab label="&prefwindow.taboptions;" selected="true"/>
  70.         <tab label="&prefwindow.tabsbreplacer;"/>
  71.         <tab label="&prefwindow.tabcredits;"/>
  72.       </tabs>
  73.  
  74.       <tabpanels>
  75.         <tabpanel orient="vertical">
  76.  
  77.  
  78.           <vbox style="margin-top: 15px">
  79.             <label style="font-weight: bold; font-size: 120%" value="&prefwindow.general;"/>
  80.           </vbox>
  81.           <vbox style="margin-top: 5px">
  82.             <hbox>
  83.               <checkbox label="&prefwindow.hidemenubar;" preference="gui-minify-pref-menubar" id="opt-menubar" checked="true"/>
  84.             </hbox>
  85.             <hbox>
  86.               <checkbox label="&prefwindow.hidenavbar;" preference="gui-minify-pref-addrbar" id="opt-addrbar" checked="true"/>
  87.             </hbox>
  88.             <hbox>
  89.               <checkbox label="&prefwindow.hidetabbar;" preference="gui-minify-pref-tabbar" id="opt-tabbar" checked="true"/>
  90.             </hbox>
  91.             <hbox>
  92.               <checkbox label="&prefwindow.hidepbar;" preference="gui-minify-pref-bmarksbar" id="opt-bmarksbar" checked="true"/>
  93.             </hbox>
  94.             <hbox>
  95.               <checkbox label="&prefwindow.hidestatusbar;" preference="gui-minify-pref-statusbar" id="opt-statusbar" checked="true"/>
  96.             </hbox>
  97.           </vbox>
  98.  
  99.           <vbox style="margin-top: 30px">
  100.             <label style="font-weight: bold; font-size: 120%" value="&prefwindow.keybinding;"/>
  101.           </vbox>
  102.           <vbox style="margin-top: 5px">
  103.             <hbox>
  104.               <button id="grab_key" label="&prefwindow.changekey;" style="width: 120px" oncommand="grabKey()"/> 
  105.               <textbox id="txt_keycode" disabled="true" label="CTRL-Z"  preference="gui-minify-pref-allshortcut" style="font-weight: bold; color: black; width: 150px"/>
  106.             </hbox>
  107.             <hbox>
  108.               <label value="" id="hgb-all-validate" style="color: red; margin-top: 8px"/>
  109.             </hbox>
  110.           </vbox>
  111.         </tabpanel>
  112.  
  113.  
  114.         <tabpanel orient="vertical">
  115.           <vbox style="margin-top: 15px">
  116.             <label style="font-weight: bold; font-size: 120%" value="&prefwindow.sbfunctions;" />
  117.           </vbox>
  118.           <vbox style="margin-top: 5px">
  119.             <hbox>
  120.               <checkbox label="&prefwindow.overlink;" preference="gui-minify-pref-sblink" id="opt-link" checked="true"/>
  121.             </hbox>
  122.             <hbox>
  123.               <checkbox label="&prefwindow.progress;" preference="gui-minify-pref-sbprogress" id="opt-pb" checked="true"/>
  124.             </hbox>
  125.             <vbox style="height: 20px"/>
  126.             <hbox>
  127.               <label style="margin-top: 7px; width: 170px" value="&prefwindow.sbcolor;"/>
  128.               <colorpicker type="button" id="txt_sbcolor" preference="gui-minify-pref-sbcolor" />
  129.               <separator flex="3"/>
  130.             </hbox>
  131.             <hbox>
  132.               <label style="margin-top: 7px; width: 170px" value="&prefwindow.sbbgcolor;"/>
  133.               <colorpicker type="button" id="txt_sbbgcolor" preference="gui-minify-pref-sbbgcolor" />
  134.               <separator flex="3"/>
  135.             </hbox>
  136.           </vbox>
  137.         </tabpanel>
  138.  
  139.         <tabpanel orient="vertical">
  140.           <vbox style="margin-top: 15px">
  141.             <label style="font-weight: bold; font-size: 120%; margin-bottom: 15px" value="&prefwindow.thanks;"/>
  142.             <label value="&prefwindow.thanks1;"/>
  143.             <label value="&prefwindow.thanks2;"/>
  144.             <label value="&prefwindow.thanks3;"/>
  145.           </vbox>
  146.  
  147.         </tabpanel>
  148.       </tabpanels>
  149.     </tabbox>
  150.  
  151.  
  152.   </prefpane>
  153. </prefwindow>
  154.  
  155.